home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TDATASHOWCOLSDIALOG
/
TDATASHOWCOLSDIALOG.txt
Wrap
Text File
|
2008-11-03
|
2KB
|
88 lines
inherited DataShowColsDialog: TDataShowColsDialog
Left = 491
Top = 147
BorderStyle = bsSizeable
Caption = 'Visible Columns'
ClientHeight = 305
ClientWidth = 369
Constraints.MinHeight = 235
Constraints.MinWidth = 377
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LB: TUiCheckListBox
Left = 8
Top = 8
Width = 352
Height = 225
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 13
Style = lbOwnerDrawFixed
TabOrder = 0
OnDrawItem = LBDrawItem
end
object AllBtn: TUiButton
Left = 8
Top = 240
Anchors = [akLeft, akBottom]
Caption = 'Mark All'
TabOrder = 1
OnClick = AllClick
AutoSize = asLeft
end
object NoneBtn: TUiButton
Left = 88
Top = 240
Anchors = [akLeft, akBottom]
Caption = 'Unmark All'
TabOrder = 2
OnClick = NoneClick
AutoSize = asLeft
end
object DifferentBtn: TUiButton
Left = 168
Top = 240
Anchors = [akLeft, akBottom]
Caption = 'Only Mark Different'
TabOrder = 3
OnClick = DifferentClick
AutoSize = asLeft
end
object BottomPanel: TUiPanel
Left = 0
Top = 272
Width = 369
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 4
SizeGripper = True
DesignSize = (
369
33)
object OkBtn: TUiButton
Left = 208
Top = 0
Anchors = [akTop, akRight]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OkClick
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 288
Top = 0
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
AutoSize = asRight
end
end
end